Commerce Stream Practicals

Std 12th IT Subject - Skill Oriented Practical (Commerce Stream)

SOP 1: Database using LibreOffice Base

Create a table student with fieldnames rollno, studname, class, div, city, dob etc.; insert minimum 8 records; create a form based on the student table.

Solution

i) Steps for creating a database

ii) Steps for creating a table

To create the student table in Design View and set fields:

Table Design View

iii) Steps for inserting records in a table

Insert Records in Table

iv) Steps for creating a form

  1. From the left pane select the Forms object.
  2. Choose the table name (student), then shift fields from Available fields to Fields in form using the arrow and click Next.
  3. Set labels for fields and click Next.
  4. Choose an arrangement for the main form controls and click Next.
  5. Select style for the form and click Next, then Finish to create the form.
Table Form View

Notes